home *** CD-ROM | disk | FTP | other *** search
/ Insight Into Information (Demo) / Insight Into Information Demo CD-ROM 1994.ISO / admin / 00224.ls < prev    next >
Encoding:
Text File  |  1994-09-18  |  180 b   |  10 lines

  1. on enterFrame
  2.   if rollOver(22) or rollOver(23) or rollOver(24) then
  3.     cursor(260)
  4.   else
  5.     cursor(0)
  6.   end if
  7.   set the volume of sound 2 to 140
  8.   sound fadeOut 2, 7 * 60
  9. end
  10.